Generating RDL

Open the base project in Visual Studio .NET 2003


Open the base project in Visual Studio .NET 2003

First, we have to add a web reference to the ReportServer:
 In Solution Explorer, right click on "References" under the "ReportGenerator" project
 Select "Add Web Reference..."
 Enter "http://localhost/reportserver/reportservice.asmx" for the URL.
 Click "GO" to have test the report service URL.
 Enter "ReportingService" as the "Web Reference Name"
 Click the "Add Reference" button.

Now, anywhere in your code, you can refer to ReportingService as a namespace. That namespace
exposes the Reporting Services Web Service API to your application.


